pp108 : XML Template

XML Template

This topic describes the parameters of the XML template used for silent installation.

Sample Code Snippet

The XML code snippet comprises ISV Load Requests.

<isvpcommand>
    <description>These are the mandatory ISVPackages that needs to be loaded with base installation</description>
    <isvp name="Cordys Security Admin Core" skip="false">
        <LoadISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
            <url>http://machine/cordys/wcp/isvcontent/packages/Cordys Security Admin Core.isvp</url>
            <ISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
                <description>
                    <owner>Cordys</owner>
                    <name>Security Admin Core</name>
                    <cn>Cordys Security Admin Core</cn>
                    <version>1.0</version>
                    <wcpversion>4.2D1</wcpversion>
                    <build>154</build>
                    <textdescription>Security Admin Core</textdescription>
                    <eula source=""/>
                    <sidebar source=""/>
                </description>
                <content/>
                <promptset/>
            </ISVPackage>
        </LoadISVPackage>
    </isvp>
    <isvp name="Cordys XForms Runtime" skip="false">
        <LoadISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
            <url>http://machine/cordys/wcp/isvcontent/packages/Cordys XForms Runtime.isvp</url>
            <ISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
                <description>
                    <owner>Cordys</owner>
                    <name>XForms Runtime</name>
                    <cn>Cordys XForms Runtime</cn>
                    <version>4.2</version>
                    <wcpversion>4.2D1</wcpversion>
                    <build>252</build>
                    <textdescription>Cordys XForms Runtime ISV Package</textdescription>
                    <eula source=""/>
                    <sidebar source=""/>
                </description>
                <content/>
                <promptset/>
            </ISVPackage>
        </LoadISVPackage>
    </isvp>
</isvpcommand>

Parameters

Parameter

Description

description

Mandatory. Specifies the set of applications being loaded.

isvp name

Mandatory. Specifies the name of the application being loaded.

skip

Specifies if an application must be considered while loading the entire set of applications. You can set the following values:

  • true - to avoid the installation of an application
  • false - to continue with the installation of an application

LoadISVPackage

Specifies the parameters that are necessary to load an application.


Related tasks

Retrieving the Template with Installation Inputs
Installing an Application in Silent Mode